func runtime.isShrinkStackSafe

3 uses

	runtime (current package)
		mgcmark.go#L876: 	if isShrinkStackSafe(gp) {
		stack.go#L1145: func isShrinkStackSafe(gp *g) bool {
		stack.go#L1196: 	if !isShrinkStackSafe(gp) {